home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dragonforce.swf / scripts / DefineButton2_374 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  332 b   |  11 lines

  1. on(release){
  2.    _root.transition._visible = true;
  3.    _root.transition.gotoAndPlay("close");
  4.    _root.mode = "mission";
  5.    _root.totalscore = 0;
  6.    _root.startgame = true;
  7.    _root.maindisplay.playbtn.enabled = false;
  8.    _root.maindisplay.instructionsbtn.enabled = false;
  9.    _root.maindisplay.optionsbtn.enabled = false;
  10. }
  11.